'Declaration Public Overloads Sub Sort( _
ByVal indexThe zero-based starting index of the range to sort.As System.Int32, _
ByVal countThe length of the range to sort.As System.Int32, _
ByVal comparerThe System.Collections.Generic.IComparer implementation to use when comparing elements, or null to use the default comparer System.Collections.Generic.Comparer.Default.As System.Collections.Generic.IComparer(Of AnnotationData) _
)
public void Sort(
System.Int32 index,
System.Int32 count,
System.Collections.Generic.IComparer<AnnotationData> comparer
)
public: void Sort(
System.Int32 index,
System.Int32 count,
System.Collections.Generic.IComparer<AnnotationData*>* comparer
)
public:
void Sort(
System.Int32 index,
System.Int32 count,
System.Collections.Generic.IComparer<AnnotationData^>^ comparer
)
Parameters
- index
- The zero-based starting index of the range to sort.
- count
- The length of the range to sort.
- comparer
- The System.Collections.Generic.IComparer implementation to use when comparing elements, or null to use the default comparer System.Collections.Generic.Comparer.Default.